home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
biz
/
demo
/
PlayHD.lha
/
PlayHD
/
History
next >
Wrap
Text File
|
1998-09-07
|
16KB
|
366 lines
13-1-97 : - SerRead(): When 'Sync' was set to 'Receive', SerRead() waited for any two
incoming bytes. Fixed this so now it waits for 0xFC,0xFA which
are the startcommands for a sequencer.
- Added an 'Options' menu with an item 'Volume Display' which turns on/off the
volume indicators. Warning: Selecting this menu-item while playing audio
doesn't change the internal status!
- Changed GUI: white-black-white lines between channel faders. Samplenames are
printed next to slider.
19-1-97: - Further GUI-changes: smaller mixer-window, changed volume bars to a black
background and increased width.
09-3-97: - Added PROPNEWLOOK to mixing-sliders
- SampleViewWindow created
- Splitted processing of IDCMP in separate functions per window
31-3-97: - Smaller MainWindow,SampleListWindow,EffectListWindow,TapeDeckWindow
- dsp.c -> DSP: Delay
17-4-97: - Solved windowtitles problem for EffectWindow
18-4-97: - Solved gadget creation/removal problem in EffectWindow
- Added gadgets for Sync
19-4-97: - Added version info
- Created gadgets for Delay
20-4-97: - Fixed bug in panning movement while playing song
- MasterVolume setting is now remembered
29-4-97: - Delay: Original mix factor removed (always 100%)
Created a table for delay mix factor -> great speed improvement
Fixed bug in Delay: sample-end went wrong
No range checking: sample still sounds good (strange...)
30-4-97: - SampleLength was incorrect: added +54 in LoadSample()
- Changed SampleViewWindow -> now time-based and smaller
05-5-97: - AHI Version 4 has arrived -> program now requires version 4
- Stop-button now immediately stops sample-playing (or after a harddisk-load)
(doesn't work when playing end of sample)
- Bug in filename-display in MixWindow removed (wrong length)
- Thanks to AHI Version 4 stereo samples are now possible
- PlayGadgets are disabled when sound is played and enabled again when finished
06-5-97: - Altered TapeDeckWindow: TimeDisplay and TimeSlider added
- Fixed bug in DrawSampleBoxes(): strset() caused MemWatch warning
- Changed SampleViewWindow to TimeLineDisplay
07-5-97: - Created SampleEditWindow with scrollbar for displaying one sample
11-5-97: - Sample magnification added in SampleEditWindow
18-5-97: - Created graphical part of range selection for SampleEditWindow
21-5-97: - TimeSlider is disabled when playing samples and set to the right position when
playback has stopped
- Added volume display and time display to PlaySingle
- Start position can now be altered with TimeSlider for both PlaySingle and PlaySamples
28-5-97: - Fixed CloseWindow-bug of EffectWindow -> now the window can be closed safely
02-6-97: - Completely rewritten range selection
- Fixed Delay-bug
03-6-97: - Playback in SampleEditWindow can now be stopped
05-6-97: - Added tool EraseRange to SampleEditWindow
- Added simple Noise Gate to EffectList
06-6-97: - TimeSlider max value is now corresponding to LargestSampleLength
12-6-97: - Rewritten interrupt code for multiple sample playback
- Playback continues until longest sample has ended (previously until shortest sample!)
21-6-97: - Colors are not inherited anymore: MagicWB-colormap is used with darker red for
color 7
01-7-97: - Improved magnification of SampleEditWindow
04-7-97: - Many internal changes to sample editing
- Memorize Range and Copy Over functions added
07-7-97: - Insert Range added
08-7-97: - Channel mutes added
11-7-97: - Simple recording option added
14-7-97: - Program crashed when 8 samples were loaded due to an error in the MasterVolumeSlider,
fixed it
15-7-97: - Remove sample option added
16-7-97: - Changed MIDI start command to one byte (0xFA)
- Added MIDI stop command (0xFC)
- Added MIDI Machine Control (MMC) options Play and Stop
19-7-97: - Added 'Recording Options' window
21-7-97: - Added option to overwrite samplerate in EffectList
- Major bug discovered in Gadtools library. GTLV_Selected field of listview gadgets
is 4 bytes instead of 2!
22-7-97: - Bad way of time-stretching implemented
23-7-97: - MixToFile-gadget removed (AHI-FileSave mode can take care of this)
- MainWindow is now a backdrop window with the 'AHI-compatible' logo inside
- Increased screen depth to 16 colors because of logo
- Repositioned and resized SampleListWindow and EffectListWindow
24-7-97: - Fixed bug in sample display in SampleEditWindow and increased speed
- Added Pitch Shifter (only upshifting)
25-7-97: - Fixed bug in clean-up routines of PlayAIFF() and PlaySingle()
- Added downshifting to Pitch Shifter
- Decreased waiting time at end for samples played with PlaySingle()
27-7-97: - Added LocatorWindow with 5 locate points
- Added TimeCodeWindow to enter timecode position by numerical entry
28-7-97: - Play range added
29-7-97: - Added sliders for timestretching (stretchfactor and windowsize) and added crossfade
routines to timestretching and pitch shifting
30-7-97: - PlaySingle now has a better chance to stop when sample has finished, instead of
when buffer has finished
- Play and PlaySingle now stop directly when the Stop-button has been pushed
31-7-97: - Show Range added to SampleEditWindow
09-8-97: - BlitSample() rewritten: instead of using a scrollable bitmap, the sample is drawn
when scrolling in real-time. This results in a slower display but is necessary
for maximum zoom. It also uses less memory and is more portable.
24-8-97: - Major speed increase in drawing a range
25-8-97: - Added LowPass-,HighPass,BandWidth- and RejectFilters (without FFT,FIR or IIR).
26-8-97: - Added FIR-filter. Can read filter-files designed with FIRDesigner or AudioLab
01-9-97: - FIR-graph is displayed when FIR-coefficients file has been loaded
- Improved 'stop playing' again
09-9-97: - Timeline display now adapts to the largest sample length with a minimum of 4:30 minutes.
Removed vertical scrollbar of TimeLineWindow for now, because of the limit of 10 samples
- Resizing the TimeLineWindow could cause a crash under certain conditions, fixed.
- The maximum amount of seconds of the timeslider in the TapeDeckWindow was computed wrong
when more than one sample was loaded. Fixed.
- Timeslider is now updated when sample was played in SampleEditWindow
- Added Cut Range to SampleEditWindow
10-9-97: - Fixed several bugs in SampleEditWindow
12-9-97: - Improved Signal-handling when playing samples. Hopefully this will eliminate some
mysterious crashes when playing sample in SampleEditWindow.
17-9-97: - Added slider for window-size of pitch shifter
- AmigaGuide documentation written
- Added Online Help with menu-option and with 'Help'-key in many windows
18-9-97: - Changed Delay-gadgets for time and mix to sliders.
- Added feedback-line in Delay and feedback-% slider
22-9-97: - Added a simple Chorus to the effectlist
- A busy-pointer now appears when doing effect-processing
24-9-97: - Fixed a bug in the Timestretching routines
- When an effect is applied, the sample 'EFFECTSAMPLE' is loaded into the sample list.
26-9-97: - Stereo samples were not played long enough, fixed.
- Added Compressor/Limiter
29-9-97: - Some changes to the installer script and PlayHD.guide
- First public release version created for CU Amiga Magazine contest and submitted
18-10-97: - Stereo samples still didn't play long enough sometimes, fixed.
- Wrong le